-------------------------------------------------------------------------------
Sample Name:  A Complete Web Browser

Description:  VB Migration Partner migrates correctly even VB6 WebBrowser control.
              Amoung its features we find auto-complete URL, print, HTML source 
              window, back and forward support, progress bar and favorite window.

              This sample demonstrates how powerful is our migration engine, which
              converts it with no need for any pragma.


Download URL: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=67498&lngWId=1
-------------------------------------------------------------------------------

IMPORTANT NOTE
The first step to ensure that you can migrate the VB6 project to VB.NET is 
loading the original project in the Visual Basic 6 IDE, run it to ensure that 
it works fine, that all the required type libraries are installed, and that all 
file paths are correct. 
Regardless of whether you edited the source code in any way, you should save 
the VB6 project: this save operation ensures that the .vbp file includes  
the correct path and version of referenced type libraries. 
After saving the project, it's usually a good idea to compile the VB6 project
to an executable, to detect any VB6 compilation errors that would appear under 
VB.NET as well. 
(If you don't recompile the project VB Migration Partner will display a warning 
when you later load the project.)


This sample migrates correctly with no need for any pragma.